adTempus API
|
Changes the password for the profile.
HRESULT ChangePassword(BSTR oldPassword, BSTR newPassword);
ChangePassword(String oldPassword, String newPassword);
Sub ChangePassword(oldPassword As String, newPassword As String)
The caller must correctly specify the old password for the profile. Users with saModify permission can call SetPassword instead, which does not require knowledge of the old password.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|